home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / prtfrm51.zip / FRMSRC.ZIP / FDEMO18.DFM / FDEMO18.txt next >
Text File  |  1996-06-21  |  19KB  |  831 lines

  1. object Form18: TForm18
  2.   Left = 114
  3.   Top = 150
  4.   Width = 566
  5.   Height = 446
  6.   ActiveControl = Panel1
  7.   Caption = 'Customers'
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Label5: TLabel
  16.     Left = 56
  17.     Top = 112
  18.     Width = 46
  19.     Height = 16
  20.     Caption = 'Version'
  21.   end
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 558
  26.     Height = 381
  27.     Align = alTop
  28.     TabOrder = 0
  29.     object Bevel3: TBevel
  30.       Left = 12
  31.       Top = 84
  32.       Width = 273
  33.       Height = 189
  34.     end
  35.     object Bevel2: TBevel
  36.       Left = 4
  37.       Top = 8
  38.       Width = 545
  39.       Height = 41
  40.     end
  41.     object Bevel1: TBevel
  42.       Left = 328
  43.       Top = 84
  44.       Width = 225
  45.       Height = 189
  46.     end
  47.     object Label6: TLabel
  48.       Left = 40
  49.       Top = 92
  50.       Width = 64
  51.       Height = 16
  52.       Alignment = taRightJustify
  53.       AutoSize = False
  54.       Caption = 'Licensee'
  55.     end
  56.     object Label9: TLabel
  57.       Left = 72
  58.       Top = 118
  59.       Width = 32
  60.       Height = 16
  61.       Alignment = taRightJustify
  62.       AutoSize = False
  63.       Caption = 'Date'
  64.     end
  65.     object Label10: TLabel
  66.       Left = 20
  67.       Top = 144
  68.       Width = 84
  69.       Height = 16
  70.       Alignment = taRightJustify
  71.       AutoSize = False
  72.       Caption = 'Customer'
  73.     end
  74.     object Label11: TLabel
  75.       Left = 36
  76.       Top = 170
  77.       Width = 68
  78.       Height = 16
  79.       Alignment = taRightJustify
  80.       AutoSize = False
  81.       Caption = 'Address1'
  82.     end
  83.     object Label14: TLabel
  84.       Left = 36
  85.       Top = 196
  86.       Width = 68
  87.       Height = 16
  88.       Alignment = taRightJustify
  89.       AutoSize = False
  90.       Caption = 'Address2'
  91.     end
  92.     object Label15: TLabel
  93.       Left = 36
  94.       Top = 222
  95.       Width = 68
  96.       Height = 16
  97.       Alignment = taRightJustify
  98.       AutoSize = False
  99.       Caption = 'Address3'
  100.     end
  101.     object Label16: TLabel
  102.       Left = 28
  103.       Top = 248
  104.       Width = 76
  105.       Height = 16
  106.       Alignment = taRightJustify
  107.       AutoSize = False
  108.       Caption = 'Telephone'
  109.     end
  110.     object Label22: TLabel
  111.       Left = 376
  112.       Top = 104
  113.       Width = 77
  114.       Height = 16
  115.       Alignment = taRightJustify
  116.       AutoSize = False
  117.       Caption = 'Quantity'
  118.     end
  119.     object Label23: TLabel
  120.       Left = 404
  121.       Top = 132
  122.       Width = 48
  123.       Height = 16
  124.       Alignment = taRightJustify
  125.       AutoSize = False
  126.       Caption = 'Price'
  127.     end
  128.     object Label24: TLabel
  129.       Left = 388
  130.       Top = 160
  131.       Width = 64
  132.       Height = 16
  133.       Alignment = taRightJustify
  134.       AutoSize = False
  135.       Caption = 'SubTotal'
  136.     end
  137.     object Label25: TLabel
  138.       Left = 340
  139.       Top = 186
  140.       Width = 116
  141.       Height = 16
  142.       Alignment = taRightJustify
  143.       AutoSize = False
  144.       Caption = 'Shipping & Handling'
  145.     end
  146.     object Label26: TLabel
  147.       Left = 348
  148.       Top = 212
  149.       Width = 108
  150.       Height = 16
  151.       Alignment = taRightJustify
  152.       AutoSize = False
  153.       Caption = 'Tax'
  154.     end
  155.     object Label27: TLabel
  156.       Left = 356
  157.       Top = 238
  158.       Width = 100
  159.       Height = 16
  160.       Alignment = taRightJustify
  161.       AutoSize = False
  162.       Caption = 'Total'
  163.     end
  164.     object Label1: TLabel
  165.       Left = 28
  166.       Top = 16
  167.       Width = 46
  168.       Height = 16
  169.       Caption = 'Product'
  170.     end
  171.     object Label30: TLabel
  172.       Left = 28
  173.       Top = 54
  174.       Width = 433
  175.       Height = 25
  176.       Caption = 'Demo Registration - Only Print feature is functional'
  177.       Font.Color = clBlack
  178.       Font.Height = -20
  179.       Font.Name = 'MS Sans Serif'
  180.       Font.Style = []
  181.       ParentFont = False
  182.     end
  183.     object Print: TBitBtn
  184.       Left = 372
  185.       Top = 12
  186.       Width = 81
  187.       Height = 33
  188.       Caption = '&Preview'
  189.       TabOrder = 0
  190.       OnClick = PrintClick
  191.     end
  192.     object ComboBox2: TComboBox
  193.       Left = 88
  194.       Top = 12
  195.       Width = 265
  196.       Height = 24
  197.       Enabled = False
  198.       ItemHeight = 16
  199.       TabOrder = 1
  200.       Text = 'Demo Program'
  201.     end
  202.     object Exit: TBitBtn
  203.       Left = 456
  204.       Top = 12
  205.       Width = 77
  206.       Height = 33
  207.       Caption = '&Exit'
  208.       ModalResult = 2
  209.       TabOrder = 2
  210.       OnClick = ExitClick
  211.     end
  212.     object Edit12: TEdit
  213.       Left = 464
  214.       Top = 98
  215.       Width = 81
  216.       Height = 24
  217.       ReadOnly = True
  218.       TabOrder = 3
  219.       Text = '0.00'
  220.     end
  221.     object Edit13: TEdit
  222.       Left = 464
  223.       Top = 126
  224.       Width = 81
  225.       Height = 24
  226.       ReadOnly = True
  227.       TabOrder = 4
  228.       Text = '0.00'
  229.     end
  230.     object Edit14: TEdit
  231.       Left = 464
  232.       Top = 154
  233.       Width = 81
  234.       Height = 24
  235.       ReadOnly = True
  236.       TabOrder = 5
  237.       Text = '0.00'
  238.     end
  239.     object Edit15: TEdit
  240.       Left = 464
  241.       Top = 186
  242.       Width = 81
  243.       Height = 24
  244.       ReadOnly = True
  245.       TabOrder = 6
  246.       Text = '0.00'
  247.     end
  248.     object Edit16: TEdit
  249.       Left = 464
  250.       Top = 210
  251.       Width = 81
  252.       Height = 24
  253.       ReadOnly = True
  254.       TabOrder = 7
  255.       Text = '0.00'
  256.     end
  257.     object Edit17: TEdit
  258.       Left = 464
  259.       Top = 234
  260.       Width = 81
  261.       Height = 24
  262.       ReadOnly = True
  263.       TabOrder = 8
  264.       Text = '0.00'
  265.     end
  266.     object Memo9: TMemo
  267.       Left = 12
  268.       Top = 280
  269.       Width = 545
  270.       Height = 93
  271.       Alignment = taCenter
  272.       Font.Color = clBlack
  273.       Font.Height = -13
  274.       Font.Name = 'MS Sans Serif'
  275.       Font.Style = []
  276.       Lines.Strings = (
  277.         
  278.           'If you look closely, you'#39'll see that this form consists of 2 par' +
  279.           'ts. The '
  280.         
  281.           'bottom part is the actual part that gets to be printed. It is st' +
  282.           'ill on the '
  283.         'same form so any information is accessible to both parts!'
  284.         
  285.           'The bottom form can be completely hidden but will still print wi' +
  286.           'th PrintIt'
  287.         
  288.           'In this demo everything is disabled except for the Preview and E' +
  289.           'xit buttons')
  290.       ParentFont = False
  291.       ReadOnly = True
  292.       TabOrder = 9
  293.     end
  294.     object Edit18: TEdit
  295.       Left = 110
  296.       Top = 90
  297.       Width = 163
  298.       Height = 24
  299.       ReadOnly = True
  300.       TabOrder = 10
  301.       Text = 'Mr. J. Smith'
  302.     end
  303.     object Edit19: TEdit
  304.       Left = 110
  305.       Top = 116
  306.       Width = 163
  307.       Height = 24
  308.       ReadOnly = True
  309.       TabOrder = 11
  310.     end
  311.     object Edit20: TEdit
  312.       Left = 110
  313.       Top = 141
  314.       Width = 163
  315.       Height = 24
  316.       ReadOnly = True
  317.       TabOrder = 12
  318.     end
  319.     object Edit21: TEdit
  320.       Left = 110
  321.       Top = 167
  322.       Width = 163
  323.       Height = 24
  324.       ReadOnly = True
  325.       TabOrder = 13
  326.     end
  327.     object Edit22: TEdit
  328.       Left = 110
  329.       Top = 192
  330.       Width = 163
  331.       Height = 24
  332.       ReadOnly = True
  333.       TabOrder = 14
  334.     end
  335.     object Edit23: TEdit
  336.       Left = 110
  337.       Top = 218
  338.       Width = 163
  339.       Height = 24
  340.       ReadOnly = True
  341.       TabOrder = 15
  342.     end
  343.     object Edit24: TEdit
  344.       Left = 110
  345.       Top = 243
  346.       Width = 163
  347.       Height = 24
  348.       ReadOnly = True
  349.       TabOrder = 16
  350.     end
  351.   end
  352.   object Panel2: TPanel
  353.     Left = 0
  354.     Top = 381
  355.     Width = 558
  356.     Height = 38
  357.     Align = alClient
  358.     BevelInner = bvLowered
  359.     BorderWidth = 4
  360.     Caption = 'Panel2'
  361.     TabOrder = 1
  362.     object ScrollBox: TScrollBox
  363.       Left = 6
  364.       Top = 6
  365.       Width = 546
  366.       Height = 26
  367.       HorzScrollBar.Margin = 6
  368.       HorzScrollBar.Position = 295
  369.       VertScrollBar.Margin = 6
  370.       VertScrollBar.Position = 51
  371.       Align = alClient
  372.       BorderStyle = bsNone
  373.       Color = clBtnFace
  374.       ParentColor = False
  375.       TabOrder = 0
  376.       object Label12: TLabel
  377.         Left = -271
  378.         Top = -11
  379.         Width = 298
  380.         Height = 16
  381.         Caption = '1111 St James'#39' Street, Pretoria, South Africa, 0083'
  382.         Font.Color = clBlack
  383.         Font.Height = -13
  384.         Font.Name = 'Arial'
  385.         Font.Style = [fsItalic]
  386.         ParentFont = False
  387.       end
  388.       object Shape1: TShape
  389.         Left = -275
  390.         Top = 9
  391.         Width = 737
  392.         Height = 5
  393.         Brush.Color = clBlack
  394.       end
  395.       object Label13: TLabel
  396.         Left = -267
  397.         Top = 209
  398.         Width = 188
  399.         Height